PDF4Java Reference Documentation
com.o2sol.pdf4java.redaction Package / PDFContentRedactionOptions Class / setRedactedPixelsColor Method
Color used for redacted pixels in an image.
In This Topic
    setRedactedPixelsColor Method
    In This Topic
    Sets the pixels color in redacted images.
    Note: The library will try to set the redacted pixels in an image to this color if possible. If not possible, the redacted pixels will be set to 0. Also due to the PDF internal color transformations that can be applied to an image, the final visible color of the redacted pixels might not match this color.
    Syntax
    public void setRedactedPixelsColor( 
       PDFColor value
    )

    Parameters

    value
    Color used for redacted pixels in an image.
    See Also